home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / clipss.zip / BUTTOMS.CH < prev    next >
Text File  |  1991-09-19  |  874b  |  37 lines

  1. /*****
  2.  *
  3.  * BUTTOMS.CH
  4.  * Header file for the button functions
  5.  *
  6.  * Luiz F. Quintela
  7.  * Copyright (c) 1991 Nantucket Corporation.
  8.  *                    All Rights Reserved.
  9.  *
  10.  */
  11.  
  12. #xtranslate   .row          =>   \[1\]
  13. #xtranslate   .col          =>   \[2\]
  14.  
  15. #xtranslate   .len          =>   \[3\]
  16.  
  17. #xtranslate   .shadRow      =>   \[4\]
  18. #xtranslate   .shadCol      =>   \[5\]
  19. #xtranslate   .letCol       =>   \[6\]
  20. #xtranslate   .upShadCol    =>   \[7\]
  21.  
  22. #xtranslate   .butStr       =>   \[8\]
  23. #xtranslate   .butLet       =>   \[9\]
  24.  
  25. #define       SIZE               9
  26.  
  27. #define       BUTTOMBGHI         "N/BG*"
  28. #define       BUTTOMBGLO         "N/BG"
  29. #define       BUTTOMLETHI        "R+/BG*"
  30. #define       BUTTOMLETLO        "R+/BG"
  31.  
  32. #define       TRUE               .T.
  33. #define       FALSE              .F.
  34.  
  35. // EOF - BUTTOMS.CH //
  36.  
  37.